Finding ID | Version | Rule ID | IA Controls | Severity |
---|---|---|---|---|
V-22580 | GEN008500 | SV-63173r1_rule | Low |
Description |
---|
Firewire is a common computer peripheral interface. Firewire devices may include storage devices with the potential to install malicious software on a system or exfiltrate data. |
STIG | Date |
---|---|
Oracle Linux 5 Security Technical Implementation Guide | 2020-02-25 |
Check Text ( C-51905r1_chk ) |
---|
If the system needs IEEE 1394 (Firewire), this is not applicable. Check if the Firewire module is not disabled. # grep 'install ieee1394 /bin/true' /etc/modprobe.conf /etc/modprobe.d/* If no results are returned, this is a finding. |
Fix Text (F-53747r1_fix) |
---|
Prevent the system from loading the Firewire module. # echo 'install ieee1394 /bin/true' >> /etc/modprobe.conf |